home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- sound stop 1
- sound stop 2
- puppetSound(0)
- puppetSound("Hand icons")
- set mysprite to the clickOn
- set me to the castNum of sprite mysprite
- set the castNum of sprite mysprite to me + 1
- updateStage()
- repeat while the mouseDown
- end repeat
- set the castNum of sprite mysprite to me
- updateStage()
- end
-
- on mouseUp
- global pagenum
- set pagenum to value(char 5 to the number of chars in the movie of the movie)
- set pagenum to pagenum + 1
- if the soundBusy of 1 then
- repeat while the soundBusy of 1
- end repeat
- puppetSound(0)
- end if
- go(1, "page" & pagenum)
- end
-